home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10549 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.8 KB

  1. Path: news.digisys.net!usenet
  2. From: Ernie Pasveer <erniep@vsl.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Q: Book on C and Low-level UNIX
  5. Date: Fri, 08 Mar 1996 09:20:11 -0700
  6. Organization: Veritas Seismic
  7. Message-ID: <31405E3B.1FBB@vsl.com>
  8. References: <Pine.OSF.3.91.960308104533.15977A-100000@leofric>
  9. NNTP-Posting-Host: 206.186.46.3
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (X11; I; SunOS 5.4 sun4m)
  14.  
  15. Gareth Roberts wrote:
  16. > Hi.
  17. > A friend of mine asked me to put this question on a C related
  18. > group, about finding appropriate books on this subject.
  19. > If you could Email either me (groberts@coventry.ac.uk) or
  20. > him directly (Robert.Daulton@scl.com), that would be great.
  21. > Cheers.
  22. > Gareth.
  23. > ----------------------------------------------------------------
  24. > Subject: low level C query
  25. > From: Robert Daulton <Robert.Daulton@scl.com>
  26. > Sender: Robert.Daulton@scl.com
  27. > I need a dammned good C book that covers topics related to UNIX low level
  28. > system calls, such as signals, forks, ipc, threads, sockets, pipes,
  29. > networks, interrupts, files and so on.
  30. > Essentially, the more it covers all those mysterious header files which
  31. > exist in /usr/include, /usr/include/sys, /usr/local/include, and others,
  32. > then all the better. By the way, I dont want anything which just
  33. > regurgitates the UNIX man pages. I want a friendy, understandable
  34. > discussion on how to write C programs which can take advantage of these
  35. > objects. I also know that some of these header files are OS specific,
  36. > but a hell of a lot aren`t, so there must be a book somewhere which
  37. > covers this stuff.
  38. > Thanks for any help...
  39. > Rob.
  40.  
  41.  
  42. I would recommend "UNIX Network Programming" by Richard Stevens.
  43. It covers most of what you want, especially sockets.
  44.  
  45. ISBN 0-13-949876-1
  46.